@charset "utf-8";
#wrap {
	position: relative;
	width: 1200px;
	height: 559px;
	margin: 0px auto;
}
#wrap .warp_container{
    width: 1200px;
	height: 559px;
	background: url(/skin/images/video_computer.png) no-repeat center center;
	left: 0;
	top:0;
	position:absolute;
	z-index: 4;
}
#wrap .content li{
	position: absolute;
	background-size: 100% 100%;
	cursor: pointer;
}
#wrap a {
	position: absolute;
	display: none;
	z-index: 99;
	top: 50%;
	width: 42px;
	height: 68px;
	margin-top: -30px;
	font: 36px/60px "宋体";
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: rgb(255, 100, 0);
	background: rgba(255, 100, 0, .6);
	transition: background 1s ease;
}

#wrap .prev {
	left: 30px;
	background: url(/skin/images/video_arrow_left.png) no-repeat;
}
#wrap .next {
	right: 30px;
	background: url(/skin/images/video_arrow_right.png) no-repeat;
}